All Packages Class Hierarchy This Package Previous Next Index
NSRunLoopPort
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- limitDateForMode:
Objective-C instance method
implemented by delegates of the NSRunLoopPort
class
(known as the NSRunLoopPort
Objective-C class).
public abstract Date limitDateForMode(String mode)
- limitDateForMode:
Objective-C instance method
implemented by delegates of the NSRunLoopPort
class
(known as the NSRunLoopPort
Objective-C class).
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this interface, RunLoopPortDelegate, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index